summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-06-04 18:02:45 +0200
committerMattes D <github@xoft.cz>2014-06-04 18:02:45 +0200
commitc11488ccd77c02ec9228800071930a458db6b356 (patch)
treebcee4502dc854de44f398d9e417cc3691f4d7378 /Tools
parentMerge pull request #1060 from Howaner/Inventory (diff)
parentUpdate IncrementalRedstoneSimulator.cpp (diff)
downloadcuberite-c11488ccd77c02ec9228800071930a458db6b356.tar
cuberite-c11488ccd77c02ec9228800071930a458db6b356.tar.gz
cuberite-c11488ccd77c02ec9228800071930a458db6b356.tar.bz2
cuberite-c11488ccd77c02ec9228800071930a458db6b356.tar.lz
cuberite-c11488ccd77c02ec9228800071930a458db6b356.tar.xz
cuberite-c11488ccd77c02ec9228800071930a458db6b356.tar.zst
cuberite-c11488ccd77c02ec9228800071930a458db6b356.zip
Diffstat (limited to 'Tools')
-rw-r--r--Tools/MCADefrag/Globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/MCADefrag/Globals.h b/Tools/MCADefrag/Globals.h
index f70a90d17..6593187e6 100644
--- a/Tools/MCADefrag/Globals.h
+++ b/Tools/MCADefrag/Globals.h
@@ -240,6 +240,7 @@ template <typename Type> class cItemCallback
public:
/// Called for each item in the internal list; return true to stop the loop, or false to continue enumerating
virtual bool Item(Type * a_Type) = 0;
+ virtual ~cItemCallback() {};
} ;